projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484b94e
)
(detect_coding_charset): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Mon, 9 Feb 2009 00:42:37 +0000
(
00:42
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 9 Feb 2009 00:42:37 +0000
(
00:42
+0000)
src/coding.c
patch
|
blob
|
history
diff --git
a/src/coding.c
b/src/coding.c
index 313fac1526d968661b4738f77ab2b680028d5443..f05cf841f5ab7e3ed9524e5827ada06447965d0a 100644
(file)
--- a/
src/coding.c
+++ b/
src/coding.c
@@
-5101,7
+5101,7
@@
detect_coding_charset (coding, detect_info)
valids = AREF (attrs, coding_attr_charset_valids);
name = CODING_ID_NAME (coding->id);
if (VECTORP (Vlatin_extra_code_table)
- && strcmp ((char *) SDATA (SYMBOL_NAME (name)), "iso-8859-"))
+ && strcmp ((char *) SDATA (SYMBOL_NAME (name)), "iso-8859-")
== 0
)
check_latin_extra = 1;
if (! NILP (CODING_ATTR_ASCII_COMPAT (attrs)))
src += head_ascii;